home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cgazv5n4.arc / README.1ST < prev    next >
Text File  |  1991-09-23  |  2KB  |  61 lines

  1. The attached files are the source code and related
  2. listings that appear in C Gazette, Vol. 5, No. 4.
  3. (June/July 1991).
  4.  
  5. Unless otherwise marked, all files are copyrighted
  6. by C Gazette. They may be used freely in executable
  7. form. The source may be used as part of a 
  8. larger program only if the authorship and publication are
  9. explicitly acknowledged in the source code.
  10.  
  11. It is our hope that users who support the idea
  12. of a code-intensive publication making its code
  13. freely available on BBSs and inexpensively available
  14. on disk will respect these copyrights.
  15.  
  16. Other than that -- have at 'em!
  17.  
  18. Comments, queries, and requests for subscription information
  19. should be directed to:
  20.  
  21. C Gazette 
  22. P.O. Box 70167
  23. Eugene OR 97401-0110
  24.  
  25. (800) 234-0386
  26. (503) 746-0071 (FAX)
  27.  
  28. ================= File Index =====================
  29. DEMO.C        | Michael Young's program to perform
  30. DEMO.DEF      | WYSIWYG printing under Windows 3.0
  31. DEMO.MKE      |
  32.  
  33. EXCEPT.C      | Allen Holub's article on hyphenation
  34. HYPHEN.C      |
  35. HYPHEN.H      |
  36. HYPHEN.MKE    |
  37.  
  38. WPPREFIX.H    | Andrew Binstock's utility to convert
  39. TXT2WP51.C    | ASCII documents to WordPerfect 5.1 format
  40.  
  41. LINEDIT.CPP   | Bruce Eckel's string class with examples
  42. NUMBER.CPP    | designed for the manipulation of substrings
  43. STFILE.CPP    |
  44. STRINGC.CPP   |
  45. STRINGC.H     |
  46. STRINGPTR.H   |
  47.  
  48. HUFF.H        | Anton Kruger's code to perform Huffman
  49. HZIP.C        | compression and uncompression.
  50. HUNZIP.C      |
  51.  
  52. METAPHON.C    | Gary Parker's implementation of Metaphon,
  53. METAFILE.C    | a substantially better replacement for Soundex.
  54.  
  55. VIDPRIM.H     | Gerorge Spofford's code to perform 2-D
  56. VIDPRIM.C     | scrolling.
  57. SCRLTEXT.C    |
  58.  
  59. FILES.C       | John Rex's illustration of how to spool files
  60. XPRINT.C      | by accessing print.com from within an
  61.               | application.